Class CepImpl

java.lang.Object
com.cisco.pt.ipc.impl.IPCObjectImpl
com.cisco.pt.ipc.sim.impl.CepImpl
All Implemented Interfaces:
IPCObject, Cep

public class CepImpl extends IPCObjectImpl implements Cep
Information provided by the PKI file:

    \class Cep
    
    \brief      The description of the CEP that communicates with PT IPC.
    
    \example ipcManager().thisInstance().getCep()
    
Author:
Auto-generated
  • Constructor Details

  • Method Details

    • hasPrivilege

      public boolean hasPrivilege(SecurityPrivilege priv)
      Specified by:
      hasPrivilege in interface Cep
      Parameters:
      priv - Takes in a parameter of priv
      Returns:
      boolean Returns a boolean
    • getName

      public String getName()
      Information provided by the PKI file:
      
          \brief Returns the name.
          
          \return string, the name.
          
              
      Specified by:
      getName in interface Cep
      Returns:
      String Returns a String
    • getVersion

      public String getVersion()
      Information provided by the PKI file:
      
          \brief Returns the version.
          
          \return string, the version.
          
              
      Specified by:
      getVersion in interface Cep
      Returns:
      String Returns a String
    • getId

      public String getId()
      Information provided by the PKI file:
      
          \brief Returns the ID name.
          
          \return string, the ID.
          
              
      Specified by:
      getId in interface Cep
      Returns:
      String Returns a String
    • getDescription

      public String getDescription()
      Information provided by the PKI file:
      
          \brief Returns the description.
          
          \return string, the description.
          
              
      Specified by:
      getDescription in interface Cep
      Returns:
      String Returns a String
    • getAuthor

      public String getAuthor()
      Information provided by the PKI file:
      
          \brief Returns the author.
          
          \return string, the author.
          
              
      Specified by:
      getAuthor in interface Cep
      Returns:
      String Returns a String
    • getContact

      public String getContact()
      Information provided by the PKI file:
      
          \brief Returns the contact.
          
          \return string, the contact.
          
              
      Specified by:
      getContact in interface Cep
      Returns:
      String Returns a String